home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-22 | 842 b | 47 lines |
- # Generated automatically from Makefile.in by configure.
- # Makefile for CLISP module set regexp
-
- CC = gcc -O
- CFLAGS =
- INCLUDES=
-
- CLISP =
-
- LN = ln
-
- MAKE = make
-
- SHELL = /bin/sh
-
- DISTRIBFILES = regexp.o regexi.o regex.o link.sh Makefile README regexp.lsp regexp.texinfo regexp.dvi
- distribdir =
-
- all : regexp.o regexi.o regex.o
-
- regexp.c : regexp.lsp
- $(CLISP) -c regexp.lsp
-
- regexp.o : regexp.c
- $(CC) $(CFLAGS) -I$(INCLUDES) -c regexp.c
-
- regexi.o : regexi.c regex.h
- $(CC) $(CFLAGS) -c regexi.c
-
- regex.o : regex.c regex.h
- $(CC) $(CFLAGS) -I. -DHAVE_CONFIG_H -c regex.c
-
- # Make a module distribution into $(distribdir)
- clisp-module-distrib : all force
- mkdir $(distribdir)
- $(LN) $(DISTRIBFILES) $(distribdir)
-
- clean : force
- rm -f core *.o *.a
- rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr
-
- distclean : clean
- rm -f *.dvi
-
- force :
-
-